home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / ToyViewer1.2 / Source / Japanese.lproj / ToyWin.nib / data.classes next >
Encoding:
Text File  |  1995-11-11  |  465 b   |  34 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ToyWin = {
  7.     ACTIONS = {
  8.     windowWillClose:;
  9.     print:;
  10.     saveAsEPS:;
  11.     windowDidMove:;
  12.     fitScale:;
  13.     saveAsTiff:;
  14.     init:;
  15.     reScale:;
  16.     windowDidExpose:;
  17.     setScale:;
  18.     windowDidBecomeKey:;
  19.     windowDidDeminiaturize:;
  20.     windowWillMiniaturize:;
  21.     };
  22.     OUTLETS = {
  23.     scaleText;
  24.     scView;
  25.     messagePanel;
  26.     messageText;
  27.     controller;
  28.     scalePanel;
  29.     thiswindow;
  30.     commentText;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.